const github.com/klauspost/compress/zstd.skippableFrameMagic
4 uses
github.com/klauspost/compress/zstd (current package)
decodeheader.go#L117: if string(b[1:4]) != skippableFrameMagic || b[0]&0xf0 != 0x50 {
framedec.go#L48: skippableFrameMagic = "\x2a\x4d\x18"
framedec.go#L92: if string(signature[1:4]) != skippableFrameMagic || signature[0]&0xf0 != 0x50 {
framedec.go#L94: println("Not skippable", hex.EncodeToString(signature[:]), hex.EncodeToString([]byte(skippableFrameMagic)))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |